home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / beads and all < prev    next >
Text File  |  1999-06-15  |  565b  |  29 lines

  1. Category: Andrew's Filters 19
  2. Title: Beads And All...
  3. Copyright: Freeware
  4. Author: Andrew Buckle
  5. Filename: BeAndAl.8bf
  6.  
  7. R:mix(max(sin(ctl(0)*x),cos(ctl(1)*x))-min(ctl(2)*sin(y),cos(ctl(3)*y)),c,ctl(4),ctl(5))
  8.  
  9. G:mix(max(sin(ctl(0)*x),cos(ctl(1)*x))-min(ctl(2)*sin(y),cos(ctl(3)*y)),c,ctl(4),ctl(5))
  10.  
  11. B:mix(max(sin(ctl(0)*x),cos(ctl(1)*x))-min(ctl(2)*sin(y),cos(ctl(3)*y)),c,ctl(4),ctl(5))
  12.  
  13. A:a
  14.  
  15. ctl[0]: x 1
  16. ctl[1]: y 1
  17. ctl[2]: x 2
  18. ctl[3]: y 2
  19. ctl[4]: Mix 1
  20. ctl[5]: Mix 2
  21.  
  22. val[0]: 45
  23. val[1]: 41
  24. val[2]: 6
  25. val[3]: 30
  26. val[4]: 28
  27. val[5]: 35
  28.  
  29.